From: Jyn <85330965+janeblower@users.noreply.github.com> Date: Mon, 14 Apr 2025 07:40:40 +0000 (+0700) Subject: luci-theme-bootstrap: zone-forwards wrap X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=8f61f1616a4d34f2e17728c229f922f2d60d614c;p=project%2Fluci.git luci-theme-bootstrap: zone-forwards wrap Signed-off-by: Jyn --- diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index cad9b389b6..8e405279d5 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1856,12 +1856,13 @@ body.modal-overlay-active #modal_overlay { .zone-forwards { display: flex; - flex-wrap: wrap; + flex-wrap: nowrap; } .zone-forwards > * { flex: 1 1 40%; padding: 1px; + text-wrap: auto; } .zone-forwards > span {